From: Paul Eggert Date: Sat, 29 Aug 2020 05:35:54 +0000 (-0700) Subject: * src/fileio.c (Fexpand_file_name): Omit unnecessary assignment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~5556 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2b59cfaaa35283900f28d755d34b5049c5c67603;p=emacs.git * src/fileio.c (Fexpand_file_name): Omit unnecessary assignment. --- diff --git a/src/fileio.c b/src/fileio.c index 47e5e46a003..66010b68783 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -1384,7 +1384,6 @@ the root directory. */) #else /* not DOS_NT */ target = SAFE_ALLOCA (tlen); #endif /* not DOS_NT */ - *target = 0; nbytes = 0; if (newdir)